This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: JavaScript used in LotusScript "Syntax Error"... ~Umberto Nongeroson 23.Jan.04 12:44 AM a Web browser Domino Designer 6.0.3All Platforms
You need to give the exact text of an error message and all the details about when it comes up and in what kind of window.
If you receive a JavaScript syntax error, you can probably figure out what the problem is by using View Source to see the JavaScript source code that your LotusScript agent generated.
If a LotusScript variable contains an array, you cannot use & to concatenate it to a string. You must first convert the array value to a string, e.g. by using the Join function. Read about it. However, I would not expect you to get a syntax error from that at runtime, so you might be mistaken about their being arrays.